Package-level declarations

Types

Link copied to clipboard
class MotionProfile(val segments: List<MotionSegment>)
Link copied to clipboard

Singleton object for generating motion profiles.

Link copied to clipboard
class MotionSegment(val startState: MotionState, val dt: Double)
Link copied to clipboard
class MotionState(val x: Double, val v: Double, val a: Double)